get /mint/organizations/{org_name}/webhooks

Lists webhooks. See also Viewing all webhooks using the API.

HTTP request

https://api.enterprise.apigee.com/v1/mint/organizations/{org_name}/webhooks

Path Parameters

org_name (required)

string

Organization name.

Response Types

200: 

OK

Body

application/json
Webhooks
totalRecords

integer

Total number of records.

webhooks

array

Details of the webhooks.

Webhook
created

integer

Output only. Time that the webhook was created in epoch format.

createdBy

string

Output only. Email address of the developer that created the webhook.

enabled

boolean

Flag that specifies whether the webhook is enabled or disabled.

id

string

ID of the webhook.

name

string

Name of the webhook.

postUrl

string

URL of the callback handler.

updated

integer

Output only. Time that the webhook was updated in epoch format.

updatedBy

string

Output only. ID of the user that updated the webhook.

Authentication Requirements

Available Authentication Options
  • Basic
  • OAuth

Try this API

Request parameters
org_name
Credentials
Multi-factor authentication is not supported.